(rmail-summary-get-summary): Make sure sender is no
authorHenrik Enberg <henrik.enberg@telia.com>
Fri, 20 Jan 2006 16:53:55 +0000 (16:53 +0000)
committerHenrik Enberg <henrik.enberg@telia.com>
Fri, 20 Jan 2006 16:53:55 +0000 (16:53 +0000)
longer than 25 characters.

lisp/mail/rmailsum.el

index ae11ba9dffd9ff017ef492b675bc08aa2ef44884..d9dbce0f7138aebe4768cc15fe4557919c57dd90 100644 (file)
@@ -1514,7 +1514,7 @@ KEYWORDS is a comma-separated list of labels."
          subj (replace-regexp-in-string "\\s-+" " "
                                         (rmail-desc-get-subject n)))
     (funcall rmail-summary-line-decoder
-            (format "%5s%s%6s %25s%s %s\n"
+            (format "%5s%s%6s %25.25s%s %s\n"
                     n
                     (rmail-summary-get-summary-attributes n)
                     (concat (rmail-desc-get-day-number n) "-"